Northwoods.GoSilverlight 1.3.5 Assembly
ModifyLinkLabelKey Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ModifyLinkLabelKey Method

linkdata
the link data to be modified
linklabelkey
the new label data's NodeKey
This method actually implements the modification of a link data to change the reference to the "label" node data.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ModifyLinkLabelKey( _
   ByVal linkdata As LinkType, _
   ByVal linklabelkey As NodeKey _
) 
C# 
protected virtual void ModifyLinkLabelKey( 
   LinkType linkdata,
   NodeKey linklabelkey
)

Parameters

linkdata
the link data to be modified
linklabelkey
the new label data's NodeKey

Remarks

This method can be overridden in case the LinkLabelNodePath property path is not flexible enough or fast enough to get the node and port for a link.

Requirements

See Also

© 2012 All Rights Reserved.